home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / arcv122.zip / ARCV122.DOC < prev   
Text File  |  1993-05-26  |  5KB  |  131 lines

  1. -                                                                        Page 1
  2.                       ARCV - Verbose ARC Directory Lister
  3.                            Version 1.22 - Apr 13, 1991
  4.  
  5.  
  6.  
  7. Purpose:  To display the names and attributes of files contained
  8.           within an ARC archive file. This is identical to the
  9.           V function of the ARC program which produces a verbose
  10.           directory listing.
  11.  
  12.  
  13. Format:   ARCV  [d:][path]filespec[.ARC]  [/p] [/z] [/b] [>outfile]
  14.  
  15.  
  16. Notes:    If no operands are entered, a display of the program's
  17.           command format is displayed.
  18.  
  19.           The drive and path are optional. The filespec may contain
  20.           the wildcard cahracters * and ?. All files matching the
  21.           file specification are processed.
  22.  
  23.           If the filespec extension is omitted, the extension .ARC
  24.           is used.
  25.  
  26.           Use the /p parameter to pause the display when the screen
  27.           fills.
  28.  
  29.           Use the /z parameter to list all file entries in an sub-
  30.           directory files created by ARC version 6.00 or later.
  31.  
  32.           Use the /b parameter to suppress the d:\path information
  33.           in the display.
  34.  
  35. Examples:
  36.  
  37.         o  Display the directory of the TEST.ARC file, in the current
  38.            directory:
  39.  
  40.                 ARCV TEST
  41.  
  42.         o  Display the directories of all ARC files, but redirect the
  43.            information to the file ARC.DIR:
  44.  
  45.                 ARCV * >ARC.DIR
  46.  
  47.         o  Print the directory of the file NUBIES.ARC in directory RTEST
  48.            on drive A:
  49.  
  50.                 ARCV A:\RTEST\NUBIES >LPT1:
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.         (c) Copyright by Vernon D. Buerg  1986-91. ALL RIGHTS RESERVED.
  58. -                                                                        Page 2
  59.  
  60.                       ARCV - Verbose ARC Directory Lister
  61.                            Version 1.22 - Apr 13, 1991
  62.  
  63.  
  64.                                 Version history
  65.                                 ---------------
  66.  
  67.         1.00 - 1/5/86   initial program
  68.         1.03 - 1/10/86  released for general use
  69.         1.04 - 1/19/86  make displays MS-DOS compatible
  70.         1.05 - 1/23/86  supports ARC 5.0 new formats
  71.         1.06 - 1/26/86  correct total SF
  72.         1.07 - 3/22/86  change open for input only
  73.         1.08 - 3/28/86  correct zero divide problem
  74.         1.09 - 4/08/86  check SF for funny archives
  75.         1.10 - 4/18/86  correct divide overflow problem
  76.         1.11 - 4/23/86  correct stowage factor
  77.         1.12 - 4/26/86  correct sending totals for no files
  78.         1.13 - 5/11/86  expand search for header arcmark
  79.         1.14 - 5/21/86  change for 'No files found' error on clones
  80.         1.15 - 6/14/86  for DPATH, etc, use 'filename' if no files found
  81.         1.16 - 12/31/86 add entry for type 9 format, squashing
  82.         1.17 - 1/27/87  add DOS 3.x file sharing
  83.                         get size under 2k, improve speed
  84.         1.18 - 1/11/89  add /p parameter to pause at screen full
  85.                         add entries for other styles, e.g. crushing
  86.         1.19 - 2/06/89  add /z parameter for expansion of subdir files
  87.         1.20 - 2/10/89  fix-up JMPs for assembly by MASM
  88.         1.21 - 3/06/89  add /b option to suppress d:\path for BBS use
  89. |       1.22 - 4/13/91  add handling of ARC v7 information records
  90. -
  91.                       ARCV - Verbose ARC Directory Lister               Page 3
  92.                            Version 1.22 - Apr 13, 1991
  93.  
  94.  
  95.                                      Notes
  96.                                      -----
  97.  
  98.         ARCV (c) Copyright Vernon D. Buerg 1986-91.  ALL RIGHTS RESERVED.
  99.  
  100.         Written for the IBM PC using DOS 2.0, or later.
  101.  
  102.         ARCV was written using the SLR Systems OPTASM assembler. The
  103.         source is included, but it may not compile using other assemblers.
  104.         If you make changes to the source, please do not distribute
  105.         it without express written permission from me.
  106.  
  107.         ARCV is  supplied  for  personal,  private  use. Feel free to
  108.         distribute ARCV given these restrictions:
  109.  
  110.           o  the program  shall be supplied in its original,  unmodified
  111.              form, which includes this documentation;
  112.  
  113.           o  no fee is charged;
  114.  
  115.           o  "commmercial" use without a license is prohibited;
  116.  
  117.           o  the program may not be included -  or bundled - with  other
  118.              goods or services.  Exceptions may be granted upon  written
  119.              request only.  This also applies to clubs and distributors.
  120.  
  121.  
  122.         Please direct your inquiries, complaints, suggestions, etc., to:
  123.  
  124.                         Vernon D. Buerg
  125.                         139 White Oak Circle
  126.                         Petaluma, CA  94952
  127.  
  128.                         Data: (707) 778-8944, 24 hour BBS; 300-2400, 9600 Hayes
  129.                         -or-  (707) 778-8841, 24 hour BBS; 300-2400, 9600 HST
  130.                         Compuserve:  70007,1212  (Go IBMSYS)
  131.